home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Secure Copy / sc2setup.exe / install_script.iss
Text File  |  2005-03-12  |  3KB  |  58 lines

  1. ;InnoSetupVersion=4.0.5
  2.  
  3. [Setup]
  4. AppName=Secure Copy 2
  5. AppVerName=Secure Copy v2.3
  6. AppId=Secure Copy 2
  7. AppVersion=2.2
  8. AppPublisher=pineda:net
  9. AppPublisherURL=http://www.pinedanet.com
  10. AppSupportURL=http://www.pinedanet.com
  11. AppUpdatesURL=http://www.pinedanet.com
  12. CreateAppDir=no
  13. DefaultGroupName=Pineda Network
  14. UninstallDisplayIcon={sys}\srecopy.exe
  15. UninstallDisplayName=Pineda Network Secure Copy 2
  16. OutputBaseFilename=sc2setup
  17. Compression=zip
  18. PrivilegesRequired=none
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{sys}\srecopy.dll"; DestDir: "{sys}"; Flags: regserver noregerror 
  24. Source: "{sys}\srecopy.exe"; DestDir: "{sys}"; Flags: ignoreversion 
  25. Source: "{sys}\ProgBar.ocx"; DestDir: "{sys}"; Flags: regserver noregerror ignoreversion 
  26. Source: "{sys}\MSCOMCTL.OCX"; DestDir: "{sys}"; Flags: regserver noregerror onlyifdoesntexist 
  27. Source: "{sys}\MSVBVM60.DLL"; DestDir: "{sys}"; 
  28. Source: "{sys}\srecreg.exe"; DestDir: "{sys}"; Flags: ignoreversion 
  29. Source: "{sys}\cpvSlider.ocx"; DestDir: "{sys}"; Flags: regserver noregerror 
  30. Source: "{sys}\MSINET.OCX"; DestDir: "{sys}"; Flags: regserver noregerror 
  31. Source: "{tmp}\sreset.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  32. Source: "{sys}\Comdlg32.ocx"; DestDir: "{sys}"; Flags: regserver comparetimestamp noregerror 
  33. Source: "{sys}\srecopy2.dll"; DestDir: "{sys}"; Flags: confirmoverwrite regserver sharedfile comparetimestamp noregerror 
  34. Source: "{sys}\srelang,1.scl"; DestDir: "{sys}"; DestName: "srelang.scl"; Flags: onlyifdoesntexist 
  35. Source: "{app}\Popup.dll"; DestDir: "{app}"; Flags: regserver noregerror ignoreversion 
  36. Source: "{sys}\scrrun.dll"; DestDir: "{sys}"; Flags: regserver sharedfile noregerror onlyifdoesntexist 
  37. Source: "{app}\FileSearch.ocx"; DestDir: "{app}"; Flags: regserver noregerror ignoreversion 
  38. Source: "{sys}\srelang,2.scl"; DestDir: "{sys}"; DestName: "srelang.scl"; Flags: ignoreversion 
  39.  
  40. [Registry]
  41. Root: HKCR; Subkey: "*\shell\Secure Copy or Move To..."; Flags: uninsdeletekey noerror 
  42.  
  43. [Run]
  44. Filename: "{sys}\srecreg.exe"; WorkingDir: "{tmp}"; StatusMsg: "Registering shell context item ..."; Description: "Install shell context menu item"; Flags: postinstall nowait
  45. Filename: "{tmp}\sreset.exe"; WorkingDir: "{tmp}"; StatusMsg: "Resetting to default values ..."; Description: "Reset settings to default (recommended on upgrade)"; Flags: postinstall unchecked nowait
  46.  
  47. [UninstallRun]
  48. Filename: "{sys}\srecreg.exe"; Parameters: "/u"; WorkingDir: "{sys}"; Flags: shellexec skipifdoesntexist 
  49.  
  50. [Icons]
  51. Name: "{group}\Secure Copy 2\Set options"; Filename: "{sys}\srecopy.exe"; Parameters: "/options"; WorkingDir: "{sys}"; IconFilename: "{sys}\srecopy.exe"; Comment: "Secure Copy 2 Options"; 
  52. Name: "{group}\Secure Copy 2\Secure Copy 2"; Filename: "{sys}\srecopy.exe"; Parameters: "/manager"; WorkingDir: "{sys}"; IconFilename: "{sys}\srecopy.exe"; Comment: "Secure Copy 2"; 
  53.  
  54. [Languages]
  55. ; These files are stubs
  56. ; To achieve better results after recompilation, use the real language files
  57. Name: "default"; MessagesFile: "embedded\default.isl"; 
  58.